Autogenerated HTML docs for v1.5.6-rc3-21-g8c6b5
diff --git a/technical/api-run-command.txt b/technical/api-run-command.txt index c364a22..3e1342a 100644 --- a/technical/api-run-command.txt +++ b/technical/api-run-command.txt
@@ -63,7 +63,7 @@ The caller: -1. allocates and clears (memset(&chld, '0', sizeof(chld));) a +1. allocates and clears (memset(&chld, 0, sizeof(chld));) a struct child_process variable; 2. initializes the members; 3. calls start_command(); @@ -136,7 +136,7 @@ The caller: -1. allocates and clears (memset(&asy, '0', sizeof(asy));) a +1. allocates and clears (memset(&asy, 0, sizeof(asy));) a struct async variable; 2. initializes .proc and .data; 3. calls start_async();